home *** CD-ROM | disk | FTP | other *** search
- Path: druid.borland.com!usenet
- From: pete@borland.com (Pete Becker)
- Newsgroups: comp.lang.c++
- Subject: Re: string class in STL?
- Date: 9 Apr 1996 20:32:01 GMT
- Organization: Borland International
- Message-ID: <4kehg1$t23@druid.borland.com>
- References: <4k53js$i4o@cloner2.ix.netcom.com> <marnoldDpFo2B.9t3@netcom.com> <smithDpHKuo.E2y@netcom.com> <316a34e3.6585148@news.cyberport.com>
- NNTP-Posting-Host: pbecker.borland.com
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=ISO-8859-1
- X-Newsreader: WinVN 0.99.5
-
- In article <316a34e3.6585148@news.cyberport.com>, tangent@cyberport.com says...
- >
- >The standard C++ library version is in cstring.h (or probably just
- >"cstring" now) last I checked.
-
- It's in <string>.
-
- >With the recent Working Paper release,
- >more compilers should begin supporting it. Borland C++ already does,
- >though I hear it isn't a perfect implementation, from a standards
- >point of view.
-
- Well, if you've been using the string class from cstring.h you've been using a
- two-year old version. The newest stuff is in <string>.
-
-